body{color: #333;}
.w1200{width: 1200px;margin:0 auto;}

.header{height: 100px;}
.head_lf{width: 60%;}
.head_rt{width: 40%;}
.head_lf{margin-top: 10px;}
.head_img{width: 11%;}
.head_img h1{display: inline-block;width: 80px;height: 80px;text-align: center;line-height: 80px;}
.head_title{width: 72%;margin-left: 3%;}
.head_title h3{font-size: 22px;line-height:30px;font-weight: bold;}
.head_title span{color: #f9c03c; font-weight:700;}
.head_title p {font-size: 14px;line-height: 20px;}
.head_title .subtitle {
	font-size: 12px;
}
.countdown{font-size:22px;color:#fff;height: 60px;line-height:60px;width:250px;background:linear-gradient(to bottom , #ffcb54, #f9c03c);border-radius: 10px;text-align: center;}
.countdown span{display: inline-block;width:75px;height: 40px;line-height: 40px;margin: 0 10px;border-radius:10px;box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    text-align: center;background: url("../img/bubble.png") no-repeat center;color: #000;font-weight: bold;background-size: contain;vertical-align: middle;}
.head_rt .countdown{margin-top: 20px;}
.head_corner{font-size: 12px;}
.head_corner span{display: inline-block;padding:5px 8px;}
.head_corner span:hover{color: #f9c03c;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.Angle{margin-top: 9px;}
.head_corner .APP{padding-left: 13px;background: url("../img/phone.png") no-repeat 3px center;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.head_corner .code{width:75px;position:relative;}
.head_corner .code em{z-index:99;display:none;width:100px;height:100px;box-shadow:0 2px 3px rgba(0,0,0,0.3);position: absolute;left: 0;top:21px;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.head_corner .code:hover .APP{box-shadow:0 0 3px rgba(0,0,0,0.3);}
.head_corner .code:hover em{display: block;}
.head_corner .CHN{padding:3px 10px 3px 20px;border-right:1px solid #d2d2d2;margin:0 10px;background: url("../img/zh.png") no-repeat left center;}
.head_corner .ENG{padding:0 10px 0 30px;border-left:1px solid #d2d2d2;background: url("../img/eg.png") no-repeat 10px center;}
.member_center{margin-top: 5px;}
.member_center dl{width: 50px;height: 50px;}
.member_center dd{width: 30px;height: 30px;line-height: 30px;text-align: center;margin: 0 auto;}
.member_center dt{text-align: center;font-size: 12px;height: 20px;line-height: 20px;}

.header_new_service { margin-top: 10px;}
.header_new_service img {width: 134px; margin-left: 30px;}

.header_new {
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
	height: 110px;
}
.header_new_title h2 {color: #b60005; font-weight: 700; font-size: 18px; line-height: 1.8em;}
.header_new_title p { color: #333; line-height: 1.5em; font-size: 14px;}
.count_down_box {
	width: 360px;
	height: 80px;
	box-sizing: border-box;
	padding: 10px 20px;
	background: linear-gradient(to bottom , #f9c03c, #f9c03c);
    border-radius: 10px;
	display: flex;
	align-items: center;
    align-content: center;
    justify-content: space-betwee;
}
.count_down_box_left p {font-size: 14px; color: #fff; line-height: 2em;}
.count_down_box_left p img {width: 16px;}
.count_down_box_left label{ margin-right:5px;}
.count_down_box_right {margin-left: 30px; padding-left: 30px; border-left: solid #fff 1px;}
.count_down_box_right p {font-size: 14px; color: #fff; line-height: 1.8em;}
.count_down_box_right span {font-weight: 700; color:#fff702; font-size: 18px;}

.header_new_right a {
	padding: 0 10px 0 30px;
    border-left: 1px solid #d2d2d2;
    background: url(../img/eg.png) no-repeat 10px center;
}

/*menu*/
.menu{height: 50px;line-height: 50px;background: #ffcb54;border-top: 3px solid #f9c03c;}
.menu_ul li{float: left;position: relative; width:9%; text-align:center;}
.menu_ul li:hover{background:#f9c03c;}
.menu_ul .current-menu-parent {background:#f9c03c;}
.menu_ul .current-menu-item {background:#f9c03c;}

.menu_ul li a{font-weight:bold;font-size:14px;color: #fff;display:block;height: 49px;line-height: 49px;padding: 0 20px;}
.menu_ul li .sub-menu{display:none;position: absolute;background:#ffcb54;z-index: 9; width:100%;}
.menu_ul li .sub-menu .sub-menu-item{width: 100%;text-align: center;}
.menu_ul li .sub-menu a{font-weight:normal;padding: 0 5px;height:40px;line-height:40px;}

/*footer*/
.footer{background:#333;}
.footer .w1200{padding: 15px 0;border-bottom: 1px solid #c1c1c1;}
.footer .h3{font-size: 15px;margin-bottom: 10px;color: #c1c1c1;}
.foot{float: left;}
.foot_lf{width: 25%;}
.foot_cb {width: 8%;}
.foot_word { width:20%; margin-left: 1%; color:#c1c1c1; font-size:12px;}
.foot_word p {font-size: 12px;line-height: 20px; color: #c1c1c1;}
.foot_md{width: 20%;margin: 0 1%;color: #c1c1c1;}
.foot_rt{width: 18%;}
.organization span{float: left;display: inline-block;text-align:center;height: 69px;}
.organization_cb span{float: left;display: inline-block;width: 100%;text-align:center;height: 80px;}
.foot_info p{position:relative;padding-left:57px;font-size: 12px;line-height: 20px;}
.foot_info label{position: absolute;left: 0;}
.foot_rt .APP,.foot_rt .focus{float: left;width: 40%;}
.foot_rt .APP{margin-right: 20%;}
.foot_rt dt{font-size:12px;color: #C1C1C1;text-align: center;margin: 5px 0;}
.copyright{padding: 15px 0;}
.copyright p{font-size:12px;height: 20px;line-height: 20px;color: #c1c1c1;text-align: center;}
.copyright p a {color:#aaa;}

/*404 页面*/
.error-404 {
    width: 80%;
    margin: 50px auto 0 auto;
}
.error-404 .error-img {
    width: 20%;
    text-align: center;
}
.error-404 .error-cont {
    width: 80%;
}
.error-404 .error-tips {
    margin: 0 20px;
}
.error-tips h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.error-tips p {
    color: #888;
}
.error-btn {
    margin: 20px 0;
}
.error-btn a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #33a1dc;
    color: #FFF;
    border-radius: 5px;
    margin: 0 10px;
}


/*滚动条样式*/
.classify .swiper-slide::-webkit-scrollbar {
    display: none;
    height: 2px;
    width: 4px;
}
.classify:hover .swiper-slide::-webkit-scrollbar {
    display: block;
}
.classify .swiper-slide::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 2px rgba(249,192,60,0.2);
    background: rgba(249,192,60,1);
}
.classify .swiper-slide::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(199, 199, 199, 0.11);

}